ConnectionUpdateHybridPart Method |
Updates the contents of a hybrid part.
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.8.0 (4.0.8.0)
Syntaxpublic void UpdateHybridPart(
string vaultidentifier,
string docid,
string hybridname,
string sourcefilefullpath
)
Public Sub UpdateHybridPart (
vaultidentifier As String,
docid As String,
hybridname As String,
sourcefilefullpath As String
)
public:
void UpdateHybridPart(
String^ vaultidentifier,
String^ docid,
String^ hybridname,
String^ sourcefilefullpath
)
member UpdateHybridPart :
vaultidentifier : string *
docid : string *
hybridname : string *
sourcefilefullpath : string -> unit
Parameters
- vaultidentifier
- Type: SystemString
The vault in which the document resides. - docid
- Type: SystemString
The unique identifier of the document inside the vault. - hybridname
- Type: SystemString
The name of the hybrid part of which the contents need to be updated. - sourcefilefullpath
- Type: SystemString
A local source file that provides the new hybrid part content.
Remarks
See Also